home *** CD-ROM | disk | FTP | other *** search
/ FANTA 97 / FANTA97A (backup).iso / FRONTPAG.98 / DATA.Z / webhead.htx < prev    next >
Text File  |  1997-09-26  |  1KB  |  48 lines

  1.  
  2. <html>
  3.  
  4. <head>
  5. <%if DoContentType EQ True%>
  6. <meta http-equiv="Content-Type" content="<%ContentType%>">
  7. <%endif%>
  8. <%if DoTheme EQ True%>
  9. <meta name="Microsoft Theme" content="<%Theme%>">
  10. <%endif%>
  11. <title><!-- LOCALIZE this title -->Included Header for <%DiscussionTitle%></title>
  12. </head>
  13.  
  14. <body <%if DoTheme EQ False%> stylesrc="../<%PageStyleSrc%>" <%endif%> >
  15.  
  16. <p> </p>
  17.  
  18. <h1><%DiscussionTitle%></h1>
  19.  
  20. <p>
  21.  [ 
  22. <%if DoTOC EQ True%>
  23.  
  24. <%if HomeOption EQ 1%>
  25. <a href="../<%HomePageUrl%>" target="_top"><!-- LOCALIZE this text -->Home</a> | 
  26. <%endif%>
  27.  
  28. <%if FramesOption EQ 1%>
  29. <a href="../<%FramesetPageUrl%>" target="<%TopTarget%>"><!-- LOCALIZE this text -->Contents</a> | 
  30. <%else%>
  31. <a href="--WEBBOT-TOC-../<%ContentsPageUrl%>--" target="<%TopTarget%>"><!-- LOCALIZE this text -->Contents</a> | 
  32. <%endif%>
  33.  
  34. <%endif%>
  35.  
  36. <%if DoSearch EQ True%>
  37. <a href="../<%SearchPageUrl%>" target="<%TopTarget%>"><!-- LOCALIZE this text -->Search</a> | 
  38. <%endif%>
  39.  
  40. <a href="../<%PostPageUrl%>" target="<%TopTarget%>"><!-- LOCALIZE this text -->Post</a>
  41.  
  42.  ]
  43. </p>
  44.  
  45. <hr>
  46. </body>
  47. </html>
  48.